Web API Edition | ComponentOne
C1.Web.Api.Configuration Namespace / Manager<T> Class / Items Property

In This Topic
    Items Property (Manager<T>)
    In This Topic
    Gets the map of the items which are maintained.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As IDictionary(Of String,T)
    public IDictionary<string,T> Items {get;}
    See Also